Skip to content

Commit

Permalink
fix on publiccode template
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 30, 2019
1 parent 5ab1044 commit e097119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/public/schema/publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: pc
applicationSuite: commonground
url: "https://github.com/ConductionNL/Proto-component-commonground"
landingURL: "pc.zaakonline.nl"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git" softwareVersion: "V.0.1"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "V.0.1"
releaseDate: "2019-28-12"
logo: pc.zaakonline.nl
monochromeLogo: img/logo-mono.svg
Expand Down
3 changes: 2 additions & 1 deletion api/templates/publiccode/publiccode.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: {{ app_name }}
applicationSuite: commonground
url: "{{ app_repro }}"
landingURL: "{{ app_demo }}"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git" {# we asume that everything is based on the proto component #}
{# we asume that everything is based on the proto component #}
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "{{ app_version }}"
releaseDate: "{{ "now"|date("Y-d-m") }}"
logo: {{ app_logo }}
Expand Down

0 comments on commit e097119

Please sign in to comment.