diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-12-28 09:12:58 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-29 06:10:20 +0000 |
| commit | b96207b6634e8ca60d20dd1e49e252df7b38fee0 (patch) | |
| tree | c4dfb1e2042d45e10c7b09121b49f8128ee9eb7e | |
| parent | Merge pull request #152553 from NixOS/backport-152551-to-release-21.11 (diff) | |
| download | nixpkgs-b96207b6634e8ca60d20dd1e49e252df7b38fee0.tar.gz | |
graphene: fix homepage
(cherry picked from commit 4892198bc873e89e09ca63d93e7e464e8d5f3cf7)
| -rw-r--r-- | pkgs/development/libraries/graphene/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/graphene/default.nix b/pkgs/development/libraries/graphene/default.nix index a0bfc6f017ad..efc46b2778c9 100644 --- a/pkgs/development/libraries/graphene/default.nix +++ b/pkgs/development/libraries/graphene/default.nix @@ -88,7 +88,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; |
