forked from mirrors/nixpkgs
epkowa: make symphorien maintainer
This commit is contained in:
parent
eff980c6cb
commit
ebcd591f30
|
@ -138,5 +138,6 @@ stdenv.mkDerivation rec {
|
||||||
Supported hardware: at least :
|
Supported hardware: at least :
|
||||||
'' +
|
'' +
|
||||||
stdenv.lib.concatStringsSep ", " (stdenv.lib.mapAttrsToList (name: value: value.passthru.hw) plugins);
|
stdenv.lib.concatStringsSep ", " (stdenv.lib.mapAttrsToList (name: value: value.passthru.hw) plugins);
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ symphorien ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue