Merge pull request #109880 from rhoriguchi/unite

gnomeExtensions.unite-shell: rename to gnomeExtensions.unite
This commit is contained in:
Jan Tojnar
2021-01-24 23:29:17 +01:00
committed by GitHub
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 {