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
1 changed files with 5 additions and 1 deletions

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;
};
}