overlay/www-apps/pleroma/files/1.0.3-Fix-branch_name.patch
tastytea a92e4665e0
www-apps/pleroma: Added patch to fix branch_anme.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2019-08-01 05:51:50 +02:00

26 lines
571 B
Diff

From 84b4021f3ccb3cfbd12206876e8ec8187c4adea7 Mon Sep 17 00:00:00 2001
From: tastytea <tastytea@tastytea.de>
Date: Thu, 1 Aug 2019 05:44:06 +0200
Subject: [PATCH] Fix branch_name.
---
mix.exs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mix.exs b/mix.exs
index 399314ef..e78f0b9c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -213,7 +213,7 @@ defmodule Pleroma.Mixfile do
|> String.trim()
|> String.replace(identifier_filter, "-")
- "." <> branch_name
+ "-" <> branch_name
end
build_name =
--
2.21.0