From 54a722be214c6ac813e4c350824a91045b2880f4 Mon Sep 17 00:00:00 2001 From: GideonBear <87426140+GideonBear@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:19:33 +0100 Subject: [PATCH] chore(deb): update copyright Co-authored-by: Ehren Bendler --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94c66f4d..f85255ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ git = "*" [package.metadata.deb] name = "topgrade" maintainer = "Chris Gelatt " -copyright = "2024, Topgrade Team" +copyright = "2025, Topgrade Team" license-file = ["LICENSE", "0"] depends = "$auto" extended-description = "Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this, Topgrade detects which tools you use and runs the appropriate commands to update them."