gdu: properly rename module and option names (#2044)
Fixes:b9b0501839("gdu: init (#1995)") Link: https://github.com/nix-community/stylix/pull/2044 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> (cherry picked from commit961e2f02af)
This commit is contained in:
parent
1fdde45cb0
commit
c9760a6a2b
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
...
|
||||
}:
|
||||
mkTarget {
|
||||
name = "go DiskUsage()";
|
||||
name = "gdu";
|
||||
humanName = "go DiskUsage()";
|
||||
|
||||
configElements =
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "gdu";
|
||||
name = "go DiskUsage()";
|
||||
homepage = "https://github.com/dundee/gdu";
|
||||
maintainers = [ lib.maintainers.omega-800 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue