mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 12:00:44 +01:00
fix: license ambiguity #88
just the only/or-later ambiguity point, not adding SPDX identifyiers unless more people request it
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
pkgbase = lidm-git
|
||||
pkgdesc = A fully colorful customizable TUI display manager made in C. (last git commit)
|
||||
pkgver = 1.2.3.r3.g363deea
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/javalsai/lidm
|
||||
arch = any
|
||||
license = GPL
|
||||
license = GPL-3.0-only
|
||||
makedepends = git
|
||||
depends = pam
|
||||
provides = lidm
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# Maintainer: javalsai <javalsai@proton.me>
|
||||
pkgname=lidm-git
|
||||
pkgver=1.2.3.r3.g363deea
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
depends=('pam')
|
||||
makedepends=('git')
|
||||
pkgdesc="A fully colorful customizable TUI display manager made in C. (last git commit)"
|
||||
arch=('any')
|
||||
url="https://github.com/javalsai/lidm"
|
||||
license=('GPL')
|
||||
license=('GPL-3.0-only')
|
||||
provides=('lidm')
|
||||
conflicts=('lidm')
|
||||
source=("lidm::git+https://github.com/javalsai/lidm")
|
||||
|
||||
Reference in New Issue
Block a user