treewide: minor cleanup of packages maintained by siraben
This commit is contained in:
parent
5e19a1f495
commit
3be4cfb7de
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
|||||||
description = "Library to get the currently playing song and artist from Spotify";
|
description = "Library to get the currently playing song and artist from Spotify";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Assembler and linker for the Z80";
|
description = "Assembler and linker for the Z80";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/SwagLyrics/SwagLyrics-For-Spotify";
|
homepage = "https://github.com/SwagLyrics/SwagLyrics-For-Spotify";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user