summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 14:06:33 +0800
committerGitHub <noreply@github.com>2021-12-29 14:06:33 +0800
commitdbfea9c33422dbcbe04cd54e9d455395f6ccdf02 (patch)
treee5ae3610f27c281c3135f9a5c2d2fd31245fdc9c /pkgs
parent15f0556dd3395806fe9f7554e3a8a5d8cfa71772 (diff)
parent4892198bc873e89e09ca63d93e7e464e8d5f3cf7 (diff)
Merge pull request #152479 from jonringer/graphene-fix-homepage
graphene: fix homepage
Diffstat (limited to 'pkgs')
-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;