Skip to content

Commit 754ba48

Browse files
committed
more metadata
1 parent 6accf03 commit 754ba48

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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)