Merge pull request #212367 from veprbl/pr/doublec

lib.maintainers.doublec: remove
This commit is contained in:
Jonas Heinrich 2023-01-25 10:38:01 +01:00 committed by GitHub
commit 82ef1ba21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
};
}