fixes after urr change
This commit is contained in:
parent
ca24ba8dd7
commit
07885544a0
2 changed files with 1 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Package
|
|
||||||
|
|
||||||
version = "0.1.0"
|
|
||||||
author = "Paul Wilde"
|
|
||||||
description = "Display and control volume with dmenu"
|
|
||||||
license = "GPL-3.0-or-later"
|
|
||||||
srcDir = "src"
|
|
||||||
bin = @["volume"]
|
|
||||||
|
|
||||||
|
|
||||||
# Dependencies
|
|
||||||
|
|
||||||
requires "nim >= 1.6.6"
|
|
|
@ -5,7 +5,7 @@ author = "Paul Wilde"
|
||||||
description = "Display and control volume with dmenu"
|
description = "Display and control volume with dmenu"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
bin = @["volume"]
|
bin = @["volurrme"]
|
||||||
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
Loading…
Reference in a new issue