Ian Denhardt <i...@zenhack.net> skribis: > * gnu/packages/feh.scm: New File
I pushed the patch with a slightly tweaked commit message (gnu-system.am was not mentioned) and with: > + (license x11-style))) ... this changed to: + ;; The license is really the Expat license, with additional wording in the + ;; 2nd paragraph: "acknowledgment shall be given in the documentation and + ;; software packages that this Software was used." + (license (x11-style "file://COPYING" + "See 'COPYING' in the distribution.")))) Because ‘x11-style’ is actually a procedure that returns a license. Thanks! Ludo’.