xdg-user-dirs: add myself as maintainer
This commit is contained in:
parent
eb4f8bd5bb
commit
c49ee22af9
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
|
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
|
||||||
description = "A tool to help manage well known user directories like the desktop folder and the music folder";
|
description = "A tool to help manage well known user directories like the desktop folder and the music folder";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user