graphene: fix homepage

This commit is contained in:
Jonathan Ringer 2021-12-28 09:12:58 -08:00
parent 1e01453b30
commit 4892198bc8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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