summaryrefslogtreecommitdiff
path: root/notification-daemon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-10 17:11:50 -0400
committerB Stack <bgstack15@gmail.com>2019-10-10 17:11:50 -0400
commit1d63fe4427e175195977d6c0a40555142ce4cb95 (patch)
treef62938438012e978ab6326e6e62eaedd881fa40d /notification-daemon
parentnotification-daemon: change source to https (diff)
downloadstackrpms-1d63fe4427e175195977d6c0a40555142ce4cb95.tar.gz
stackrpms-1d63fe4427e175195977d6c0a40555142ce4cb95.tar.bz2
stackrpms-1d63fe4427e175195977d6c0a40555142ce4cb95.zip
change source to big-sources
Diffstat (limited to 'notification-daemon')
-rw-r--r--notification-daemon/notification-daemon.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/notification-daemon/notification-daemon.spec b/notification-daemon/notification-daemon.spec
index e0132d1..d2bb952 100644
--- a/notification-daemon/notification-daemon.spec
+++ b/notification-daemon/notification-daemon.spec
@@ -18,7 +18,8 @@ Provides: notify-daemon
Obsoletes: notification-daemon-engine-slider < 0.2.0-3
Provides: notification-daemon-engine-slider = %{version}-%{release}
-Source0: https://download.gnome.org/sources/notification-daemon/3.20/%{name}-%{version}.tar.xz
+#Source0: http://download.gnome.org/sources/notification-daemon/3.20/%{name}-%{version}.tar.xz
+Source0: https://gitlab.com/bgstack15/big-sources/raw/master/notification-daemon/notification-daemon-3.20.0.tar.xz
%description
notification-daemon is the server implementation of the freedesktop.org
bgstack15