spot: remove myself from maintainers

This commit is contained in:
Jan Tojnar
2022-10-26 20:54:57 +02:00
parent a0b2ba0397
commit 561ee34df0
+1 -1
View File
@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
description = "Native Spotify client for the GNOME desktop";
homepage = "https://github.com/xou816/spot";
license = licenses.mit;
maintainers = with maintainers; [ jtojnar tomfitzhenry ];
maintainers = with maintainers; [ tomfitzhenry ];
platforms = platforms.linux;
};
}