lib.maintainers.doublec: remove

This commit is contained in:
Dmitry Kalinkin 2023-01-24 01:02:59 -05:00
parent 3cfdad8414
commit f9d18ffe58
2 changed files with 1 additions and 7 deletions

View file

@ -3747,12 +3747,6 @@
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 = {
email = "david.paetzel@posteo.de";
github = "dpaetzel";

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "A prototype-based dynamic object-oriented programming language, environment, and virtual machine";
homepage = "https://selflanguage.org/";
license = licenses.bsd3;
maintainers = [ maintainers.doublec ];
maintainers = [ ];
platforms = platforms.linux;
};
}