3
0
Fork 0
forked from mirrors/nixpkgs

btdu: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-07 23:18:24 +01:00 committed by GitHub
parent 490f2750f9
commit d9f0b554cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,12 @@
{stdenv, lib, fetchurl, dub, ncurses, ldc, zlib, removeReferencesTo }:
{ lib
, stdenv
, fetchurl
, dub
, ncurses
, ldc
, zlib
, removeReferencesTo
}:
let
_d_ae_ver = "0.0.3228";
@ -76,6 +84,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Sampling disk usage profiler for btrfs";
homepage = "https://github.com/CyberShadow/btdu";
changelog = "https://github.com/CyberShadow/btdu/releases/tag/v${version}";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ atila ];