gnomeExtensions.unite-shell: rename to gnomeExtensions.unite

This commit is contained in:
Ryan Horiguchi
2021-01-22 22:43:49 +01:00
parent 57c198236a
commit 3a77187c8a
3 changed files with 5 additions and 2 deletions
@@ -1,6 +1,6 @@
{ lib, stdenv, gnome3, fetchFromGitHub, xprop, glib, coreutils }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite-shell";
pname = "gnome-shell-extension-unite";
version = "44";
src = fetchFromGitHub {