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 }:
stdenv.mkDerivation rec {
pname = "notify-sharp";
version = "3.0.3";
src = fetchFromGitHub {
owner = "GNOME";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "Archive";
repo = "notify-sharp";
rev = version;