feat(flake): use sentence case on descriptions
This commit is contained in:
parent
c993013203
commit
a306e192a4
3 changed files with 17 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
|||
}: let
|
||||
ps = python3Packages;
|
||||
in ps.buildPythonApplication {
|
||||
pname = "sm64pcport-for-dummies";
|
||||
version = "2025.03";
|
||||
pname = "REPLACE_ME";
|
||||
version = "REPLACE_VER";
|
||||
|
||||
src = builtins.filterSource (path: _: baseNameOf path != ".git") ../.;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue