xdg-user-dirs: add iFreilicht as maintainer for darwin

This commit is contained in:
Felix Uhl
2024-10-11 00:15:15 +02:00
parent 28a02c2950
commit 281573e95d
+4 -1
View File
@@ -38,7 +38,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
description = "Tool to help manage well known user directories like the desktop folder and the music folder";
license = licenses.gpl2;
maintainers = with maintainers; [ donovanglover ];
maintainers = with maintainers; [
donovanglover
iFreilicht
];
platforms = platforms.unix;
mainProgram = "xdg-user-dirs-update";
};