Merge pull request #152479 from jonringer/graphene-fix-homepage

graphene: fix homepage
This commit is contained in:
Bobby Rong 2021-12-29 14:06:33 +08:00 committed by GitHub
commit dbfea9c334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;