Merge pull request #142217 from figsoda/uwufetch-fixup

uwufetch: styling fixup
This commit is contained in:
figsoda 2021-10-19 10:27:31 -04:00 committed by GitHub
commit 8d3d472ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
postFixup = ''
wrapProgram $out/bin/uwufetch \
--prefix PATH ":" ${lib.makeBinPath [ viu ]}
--prefix PATH ":" ${lib.makeBinPath [ viu ]}
'';
meta = with lib; {