mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 04:10:52 +01:00
Merge branch 'feature/agpl' of ssh://ecosystem.cloudogu.com:2222/repo/scm-manager/scm-manager into feature/agpl
This commit is contained in:
@@ -49,7 +49,7 @@ target "base" {
|
||||
"org.opencontainers.image.description" = "The easiest way to share and manage your Git, Mercurial and Subversion repositories"
|
||||
"org.opencontainers.image.url" = "https://scm-manager.org/"
|
||||
"org.opencontainers.image.source" = "https://github.com/scm-manager/docker"
|
||||
"org.opencontainers.image.licenses" = "MIT"
|
||||
"org.opencontainers.image.licenses" = "AGPLv3"
|
||||
"org.opencontainers.image.version" = VERSION
|
||||
"org.opencontainers.image.revision" = COMMIT_SHA
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ task rpm(type: Rpm) {
|
||||
summary 'SCM-Manager Server'
|
||||
packageDescription 'The easiest way to share and manage your Git, Mercurial and Subversion repositories'
|
||||
version expandedVersionWithDot
|
||||
license 'MIT'
|
||||
license 'AGPLv3'
|
||||
arch 'NOARCH'
|
||||
os LINUX
|
||||
packager 'SCM-Team <scm-team@cloudogu.com>'
|
||||
|
||||
@@ -22,7 +22,7 @@ info:
|
||||
url: https://scm-manager.org
|
||||
email: scmmanager@googlegroups.com
|
||||
license:
|
||||
name: MIT
|
||||
name: AGPLv3
|
||||
url: https://github.com/scm-manager/scm-manager/blob/develop/LICENSE.txt
|
||||
version: ${version}
|
||||
servers:
|
||||
|
||||
Reference in New Issue
Block a user