Commit dc8eaddb authored by novenary's avatar novenary
Browse files

shotgun: add novenary to maintainers

I am upstream, so I think it's appropriate for me to be listed here too.
parent 5ace6ef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
    description = "Minimal X screenshot utility";
    homepage = "https://github.com/neXromancers/shotgun";
    license = with licenses; [ mpl20 ];
    maintainers = with maintainers; [ figsoda lumi ];
    maintainers = with maintainers; [ figsoda lumi novenary ];
    platforms = platforms.linux;
  };
}