From 784464c96c99463b596a85c1450f8a3b9769edc9 Mon Sep 17 00:00:00 2001 From: Nicolas <> Date: Fri, 15 Apr 2022 14:15:16 +0200 Subject: [PATCH] Fix debian build script --- dist/deb/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/deb/build b/dist/deb/build index c6939e8..e33eb30 100755 --- a/dist/deb/build +++ b/dist/deb/build @@ -3,8 +3,8 @@ set -e pkgname='wipe-terminal' version='1.0.0-3' -maintainer='Maintainer: Rico Riedel ' -description='Description: Wipe your terminal with a random animation.' +maintainer='Rico Riedel ' +description='Wipe your terminal with a random animation.' arch='x86_64' debarch='amd64' pkgdir="$PWD/$pkgname"