3
0
Fork 0
forked from mirrors/nixpkgs

fleet: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2016-10-19 12:00:15 +02:00
parent 606aacd1fd
commit 9803ad85eb

View file

@ -27,7 +27,11 @@ stdenv.mkDerivation rec {
description = "A distributed init system";
homepage = http://coreos.com/using-coreos/clustering/;
license = licenses.asl20;
maintainers = with maintainers; [ cstrahan offline ];
maintainers = with maintainers; [
cstrahan
jgeerds
offline
];
platforms = platforms.unix;
};
}