notify-sharp: Update repo location.

This commit is contained in:
Kevin Cox 2020-08-31 18:08:13 -04:00
parent 0a64ff8152
commit e7da93bc9b

View File

@ -1,12 +1,13 @@
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook { stdenv, fetchFromGitLab, pkgconfig, autoreconfHook
, mono, gtk-sharp-3_0, dbus-sharp-1_0, dbus-sharp-glib-1_0 }: , mono, gtk-sharp-3_0, dbus-sharp-1_0, dbus-sharp-glib-1_0 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "notify-sharp"; pname = "notify-sharp";
version = "3.0.3"; version = "3.0.3";
src = fetchFromGitHub { src = fetchFromGitLab {
owner = "GNOME"; domain = "gitlab.gnome.org";
owner = "Archive";
repo = "notify-sharp"; repo = "notify-sharp";
rev = version; rev = version;