summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/graphene/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/graphene/default.nix')
-rw-r--r--pkgs/development/libraries/graphene/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/graphene/default.nix b/pkgs/development/libraries/graphene/default.nix
index 7c4c072a7003..22c0e044f1e8 100644
--- a/pkgs/development/libraries/graphene/default.nix
+++ b/pkgs/development/libraries/graphene/default.nix
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A thin layer of graphic data types";
- homepage = "https://ebassi.github.com/graphene";
+ homepage = "https://github.com/ebassi/graphene";
license = licenses.mit;
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.unix;