graphene: fix homepage
This commit is contained in:
parent
1e01453b30
commit
4892198bc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue