canon-cups-ufr-2: add kylesferrazza as maintainer
This commit is contained in:
parent
55a5872354
commit
151e9a810b
@ -214,9 +214,12 @@ stdenv.mkDerivation {
|
||||
--prefix PATH ":" "$out/bin"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "CUPS Linux drivers for Canon printers";
|
||||
homepage = http://www.canon.com/;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [
|
||||
kylesferrazza
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user