Merge pull request #152562 from NixOS/backport-152479-to-release-21.11

[Backport release-21.11] graphene: fix homepage
This commit is contained in:
Bobby Rong
2021-12-29 14:11:05 +08:00
committed by GitHub

View File

@@ -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;