Skip to content

Commit c13522e

Browse files
committed
package: prefer pkgs to 'opts = "-p ..."'
1 parent d8e2fb6 commit c13522e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

software_foundations.ipkg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ sourceloc = git://[email protected]:idris-hackers/software-foundations.git
1919
bugtracker = https://github.com/idris-hackers/software-foundations/issues
2020

2121
sourcedir = src
22-
opts = "--check --total -p pruviloj"
22+
opts = "--check --total"
23+
pkgs = pruviloj

0 commit comments

Comments
 (0)