Add myself as maintainer

This commit is contained in:
Jascha Geerds
2015-06-22 08:25:07 +02:00
parent 655cda730d
commit 3f66bb7ff2
21 changed files with 39 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://ezix.org/project/wiki/HardwareLiSter;
description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
maintainers = with maintainers; [ phreedom jgeerds ];
platforms = platforms.linux;
};
}