rxvt-unicode/vtwheel: use new package name for rxvt-unicode

This commit is contained in:
rnhmjoj 2020-02-13 09:38:16 +01:00
parent ceb35dac58
commit 91f81e84de
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "rxvt_unicode-vtwheel-0.3.2";
name = "rxvt-unicode-vtwheel-0.3.2";
src = fetchgit {
url = "https://aur.archlinux.org/urxvt-vtwheel.git";
@ -24,4 +24,4 @@ stdenv.mkDerivation {
platforms = with platforms; unix;
};
}
}