systemd: add myself as maintainer
This commit is contained in:
parent
53fb1c512a
commit
1e8772375e
1 changed files with 1 additions and 1 deletions
|
@ -231,6 +231,6 @@ in stdenv.mkDerivation {
|
|||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
priority = 10;
|
||||
maintainers = with maintainers; [ eelco andir ];
|
||||
maintainers = with maintainers; [ eelco andir mic92 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue