about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pysdl2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pysdl2/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pysdl2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pysdl2/default.nix b/nixpkgs/pkgs/development/python-modules/pysdl2/default.nix
index 1ffc546cfa1e..acc27811b284 100644
--- a/nixpkgs/pkgs/development/python-modules/pysdl2/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pysdl2/default.nix
@@ -34,7 +34,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "A wrapper around the SDL2 library and as such similar to the discontinued PySDL project";
-    homepage = https://github.com/marcusva/py-sdl2;
+    homepage = "https://github.com/marcusva/py-sdl2";
     license = lib.licenses.publicDomain;
     maintainers = with lib.maintainers; [ pmiddend ];
   };