40 lines
849 B
YAML
40 lines
849 B
YAML
|
|
namespace: fenris
|
||
|
|
|
||
|
|
name: davina
|
||
|
|
|
||
|
|
version: 1.0.0
|
||
|
|
|
||
|
|
readme: README.md
|
||
|
|
|
||
|
|
authors:
|
||
|
|
- Royd Falk <roydfalk@folksprak.org>
|
||
|
|
|
||
|
|
# description: your collection description
|
||
|
|
|
||
|
|
license:
|
||
|
|
- GPL-2.0-or-later
|
||
|
|
|
||
|
|
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
|
||
|
|
# mutually exclusive with 'license'
|
||
|
|
license_file: ''
|
||
|
|
|
||
|
|
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
|
||
|
|
# requirements as 'namespace' and 'name'
|
||
|
|
tags: []
|
||
|
|
|
||
|
|
dependencies: {}
|
||
|
|
|
||
|
|
repository: http://forgejo.ramsch.sx/davina/
|
||
|
|
|
||
|
|
# The URL to any online docs
|
||
|
|
# documentation: http://docs.example.com
|
||
|
|
|
||
|
|
# The URL to the homepage of the collection/project
|
||
|
|
# homepage: http://example.com
|
||
|
|
|
||
|
|
# The URL to the collection issue tracker
|
||
|
|
# issues: http://example.com/issue/tracker
|
||
|
|
|
||
|
|
build_ignore: []
|
||
|
|
|