mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 15:03:34 +00:00
fuzzel-git: fix package name
This commit is contained in:
parent
d026d21c5c
commit
8d74b96bd4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
fuzzel.overrideAttrs (let
|
||||
pin = pins.fuzzel;
|
||||
in {
|
||||
pname = "foot-transparent";
|
||||
pname = "fuzzel-git";
|
||||
version = "0-unstable-${date}";
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
|
@ -20,7 +20,7 @@ in {
|
|||
};
|
||||
|
||||
meta = {
|
||||
description = "Patched version of Fuzzel app launcher that tracks latest git revision";
|
||||
description = "Fuzzel app launcher, tracks latest git revision";
|
||||
mainProgram = "fuzzel";
|
||||
maintainers = with lib.maintainers; [NotAShelf];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue