Skip to content

Commit 2894736

Browse files
author
Bastien Guerry
committed
src/codegouvfr-output-data.clj: Fix description in latest-sill.xml
1 parent 88edfab commit 2894736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegouvfr-output-data.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ This list is published under Licence Ouverte 2.0 and CC BY.")
511511
{:title (str "Nouveau logiciel au SILL : " (:name %))
512512
:link link
513513
:guid link
514-
:description (:function %)
514+
:description (:description %)
515515
:pubDate (.toInstant (java.util.Date. (:referencedSinceTime %)))}))
516516
(rss/channel-xml
517517
{:title "code.gouv.fr - Nouveaux logiciels libres au SILL - New SILL entries"

0 commit comments

Comments
 (0)