eiciel: remove keysmashes from maintainers (#439018)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 01:17:46 +02:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
description = "Graphical editor for ACLs and extended attributes";
homepage = "https://rofi.roger-ferrer.org/eiciel/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ keysmashes ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "eiciel";
};