mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #152562 from NixOS/backport-152479-to-release-21.11
[Backport release-21.11] graphene: fix homepage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user