treewide: minor cleanup of packages maintained by siraben

This commit is contained in:
Ben Siraphob
2021-01-10 17:13:26 +07:00
parent 5e19a1f495
commit 3be4cfb7de
3 changed files with 3 additions and 3 deletions

View File

@@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Library to get the currently playing song and artist from Spotify";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
platforms = lib.platforms.linux;
platforms = platforms.linux;
};
}