Skip to content

Commit 3413537

Browse files
committed
more metadata
1 parent 6accf03 commit 3413537

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

contrib/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgver=1.0.rc2.r1
55
pkgrel=1
66
pkgdesc="A profile manager for qutebrowser"
77
url="https://github.com/pvsr/qbpm"
8-
license=('GPL')
8+
license=('GPL-3.0-or-later')
99
sha512sums=('SKIP')
1010
arch=('any')
1111
depends=('python' 'python-click' 'python-xdg-base-dirs')

flake.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "Tool for creating, managing, and running qutebrowser profiles";
2+
description = "A profile manager for qutebrowser";
33

44
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
55
inputs.pyproject-nix.url = "github:nix-community/pyproject.nix";
@@ -44,6 +44,13 @@
4444
scdoc < qbpm.1.scd > qbpm.1
4545
installManPage qbpm.1
4646
'';
47+
48+
meta = {
49+
homepage = "https://github.com/pvsr/qbpm";
50+
changelog = "https://github.com/pvsr/qbpm/blob/main/CHANGELOG.md";
51+
description = "A profile manager for qutebrowser";
52+
license = pkgs.lib.licenses.gpl3Plus;
53+
};
4754
};
4855
packages.default = self.packages.${system}.qbpm;
4956
apps.qbpm = flake-utils.lib.mkApp { drv = self.packages.${system}.qbpm; };

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ requires-python = ">= 3.11"
1919
dependencies = ["click", "xdg-base-dirs"]
2020

2121
[project.urls]
22+
homepage = "https://github.com/pvsr/qbpm"
2223
repository = "https://github.com/pvsr/qbpm"
24+
changelog = "https://github.com/pvsr/qbpm/blob/main/CHANGELOG.md"
2325

2426
[project.scripts]
2527
qbpm = "qbpm.main:main"

qbpm.1.scd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,8 @@ appropriate \--basedir, or more conveniently using the qbpm launch and qbpm choo
126126

127127
Peter Rice
128128

129-
Contribute at https://github.com/pvsr/qbpm
129+
# CONTRIBUTE
130+
131+
_https://github.com/pvsr/qbpm_
132+
133+
_https://codeberg.org/pvsr/qbpm_

0 commit comments

Comments
 (0)