lib.maintainers.doublec: remove
This commit is contained in:
parent
3cfdad8414
commit
f9d18ffe58
2 changed files with 1 additions and 7 deletions
|
@ -3747,12 +3747,6 @@
|
||||||
fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888";
|
fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
doublec = {
|
|
||||||
email = "chris.double@double.co.nz";
|
|
||||||
github = "doublec";
|
|
||||||
githubId = 16599;
|
|
||||||
name = "Chris Double";
|
|
||||||
};
|
|
||||||
dpaetzel = {
|
dpaetzel = {
|
||||||
email = "david.paetzel@posteo.de";
|
email = "david.paetzel@posteo.de";
|
||||||
github = "dpaetzel";
|
github = "dpaetzel";
|
||||||
|
|
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A prototype-based dynamic object-oriented programming language, environment, and virtual machine";
|
description = "A prototype-based dynamic object-oriented programming language, environment, and virtual machine";
|
||||||
homepage = "https://selflanguage.org/";
|
homepage = "https://selflanguage.org/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.doublec ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue