satty: add myself as maintainer

This commit is contained in:
Donovan Glover
2024-01-01 14:10:43 -05:00
parent c82f8a6ed7
commit ccac72b147
+1 -1
View File
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec {
description = "A screenshot annotation tool inspired by Swappy and Flameshot";
homepage = "https://github.com/gabm/Satty";
license = licenses.mpl20;
maintainers = with maintainers; [ pinpox ];
maintainers = with maintainers; [ pinpox donovanglover ];
mainProgram = "satty";
platforms = lib.platforms.linux;
};