ma pkgs.debmirror: fix deprecation notice

This commit is contained in:
makefu 2020-06-15 11:17:24 +02:00
parent d53f1e3933
commit 169094cfba
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,7 +1,7 @@
{ stdenv, pkgs, fetchgit }:
pkgs.perlPackages.buildPerlPackage rec {
name = "debmirror-${version}";
pname = "debmirror";
version = "2.25";
enableParallelBuilding = true;