summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer@users.noreply.github.com>2021-12-28 19:25:43 -0800
committerGitHub <noreply@github.com>2021-12-29 11:25:43 +0800
commit6aab02a1de1a67e61451325824391aa89e9480ae (patch)
tree3c76a7037930983b0ed97d621a36a4342bdb2651
parent41d4fbf65287038fcd88fce734282e522e2a6d33 (diff)
downloadnixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar.gz
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar.bz2
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar.lz
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar.xz
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.tar.zst
nixpkgs-6aab02a1de1a67e61451325824391aa89e9480ae.zip
gtksourceviewmm: update homepage
previous homepage no longer exists
-rw-r--r--pkgs/development/libraries/gtksourceviewmm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtksourceviewmm/default.nix b/pkgs/development/libraries/gtksourceviewmm/default.nix
index cdc96f3f1a0..ec139651292 100644
--- a/pkgs/development/libraries/gtksourceviewmm/default.nix
+++ b/pkgs/development/libraries/gtksourceviewmm/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     platforms = platforms.unix;
-    homepage = "https://developer.gnome.org/gtksourceviewmm/";
+    homepage = "https://gitlab.gnome.org/GNOME/gtksourceviewmm";
     description = "C++ wrapper for gtksourceview";
     license = licenses.lgpl2;
     maintainers = [ maintainers.juliendehos ];