picat: add meta.maintainers
This commit is contained in:
parent
6a44365573
commit
c918020ed9
@ -176,6 +176,7 @@
|
|||||||
dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
|
dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
|
||||||
dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
|
dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
|
||||||
e-user = "Alexander Kahl <nixos@sodosopa.io>";
|
e-user = "Alexander Kahl <nixos@sodosopa.io>";
|
||||||
|
earldouglas = "James Earl Douglas <james@earldouglas.com>";
|
||||||
ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
|
ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
|
||||||
edanaher = "Evan Danaher <nixos@edanaher.net>";
|
edanaher = "Evan Danaher <nixos@edanaher.net>";
|
||||||
edef = "edef <edef@edef.eu>";
|
edef = "edef <edef@edef.eu>";
|
||||||
|
@ -33,5 +33,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://picat-lang.org/;
|
homepage = http://picat-lang.org/;
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.earldouglas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user