mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 01:50:40 +00:00
zxing-cpp: add qweered to maintainers
This commit is contained in:
committed by
Sandro Jäckel
parent
e220185ff6
commit
c7010daad2
@@ -57,7 +57,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
formats.
|
||||
'';
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ lukegb ];
|
||||
maintainers = with lib.maintainers; [
|
||||
lukegb
|
||||
qweered
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user