remove a dot; add matejc as maintainer
This commit is contained in:
parent
72fb60117e
commit
9f06f92fd2
@ -21,8 +21,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A notification system for tiling window managers.";
|
description = "A notification system for tiling window managers";
|
||||||
homepage = "https://github.com/sboli/twmn";
|
homepage = "https://github.com/sboli/twmn";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.matejc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user