Unverified Commit 73642e98 authored by Ratakor's avatar Ratakor
Browse files

pmount: add maintainer ratakor

parent 1d9b05f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
    description = "Mount removable devices as normal user";
    license = lib.licenses.gpl2Only;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ ratakor ];
  };
}