gay: fix package

This commit is contained in:
Mario Rodas 2022-01-23 04:20:00 +00:00
parent 2ff394fc2a
commit 75cb365fa2

View file

@ -1,7 +1,7 @@
{ lib, python39Packages, fetchFromGitHub }:
{ lib, python3Packages, fetchFromGitHub }:
python39Packages.buildPythonApplication rec {
name = "gay";
python3Packages.buildPythonApplication rec {
pname = "gay";
version = "1.2.8";
src = fetchFromGitHub {
@ -21,6 +21,5 @@ python39Packages.buildPythonApplication rec {
homepage = "https://github.com/ms-jpq/gay";
maintainers = with maintainers; [ CodeLongAndProsper90 ];
license = licenses.mit;
platforms = platforms.all;
};
}