diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-29 11:28:27 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-29 03:37:04 +0000 |
| commit | 09e278106007d249d83a84abab7bd43fe2f75212 (patch) | |
| tree | 0240052fb306622f022ee99ed1359ce5c50772c4 | |
| parent | gtksourceviewmm: update homepage (diff) | |
| download | nixpkgs-09e278106007d249d83a84abab7bd43fe2f75212.tar.gz | |
gtksourceviewmm4: update homepage
previous homepage no longer exists
(cherry picked from commit fe339e7bb3b454880129c1d276fc8bb76254ed73)
| -rw-r--r-- | pkgs/development/libraries/gtksourceviewmm/4.x.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtksourceviewmm/4.x.nix b/pkgs/development/libraries/gtksourceviewmm/4.x.nix index 5bdcc029c5c8..d6e7dfd3db56 100644 --- a/pkgs/development/libraries/gtksourceviewmm/4.x.nix +++ b/pkgs/development/libraries/gtksourceviewmm/4.x.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { meta = with lib; { platforms = platforms.linux; - homepage = "https://developer.gnome.org/gtksourceviewmm/"; + homepage = "https://gitlab.gnome.org/GNOME/gtksourceviewmm"; description = "C++ wrapper for gtksourceview"; license = licenses.lgpl2; maintainers = teams.gnome.members; |
