fleet: Add myself as a maintainer
This commit is contained in:
parent
606aacd1fd
commit
9803ad85eb
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue