summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 10:11:25 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-28 10:11:25 -0800
commitb5996f37ca712ae7e4e77e9c00555dfbc16df28f (patch)
tree1f8d933f4e99f5560518d0e93f5ae8f6b000b85c /pkgs/development
parent1e01453b3095802881928b38acf5f10001fb38b5 (diff)
libnotify: update homepage
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libnotify/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libnotify/default.nix b/pkgs/development/libraries/libnotify/default.nix
index 40089e3d7e9e..d3b857d76739 100644
--- a/pkgs/development/libraries/libnotify/default.nix
+++ b/pkgs/development/libraries/libnotify/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
- homepage = "https://developer.gnome.org/notification-spec/";
+ homepage = "https://gitlab.gnome.org/GNOME/libnotify";
description = "A library that sends desktop notifications to a notification daemon";
platforms = platforms.unix;
maintainers = teams.gnome.members;