Commit 281573e9 authored by Felix Uhl's avatar Felix Uhl
Browse files

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

parent 28a02c29
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };