diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:21:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:46 +0700 |
commit | 38197948aae14742997eabf55e1fb07e225fa303 (patch) | |
tree | fb4b69b40e00dde2708c9b15589d7ef417701b5b | |
parent | 4a5829968ccfa9ab7970f967595000115887208c (diff) | |
download | slackbuilds-38197948aae14742997eabf55e1fb07e225fa303.tar.gz |
development/mono-addins: Fix README, script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/mono-addins/README | 9 | ||||
-rw-r--r-- | development/mono-addins/mono-addins.SlackBuild | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/development/mono-addins/README b/development/mono-addins/README index a1ba96043d..8675647ee3 100644 --- a/development/mono-addins/README +++ b/development/mono-addins/README @@ -1,9 +1,10 @@ Mono.Addins is a framework for creating extensible applications, and for creating libraries which extend those applications. -Mono.Addins has been designed to be easy to use and useful for a wide range -of applications: from simple applications with small extensibility needs, -to complex applications which need support for large add-in structures. +Mono.Addins has been designed to be easy to use and useful for a +wide range of applications: from simple applications with small +extensibility needs, to complex applications which need support for +large add-in structures. -This new framework intends to set an standard for building extensible +This new framework intends to set a standard for building extensible applications and add-ins in Mono. diff --git a/development/mono-addins/mono-addins.SlackBuild b/development/mono-addins/mono-addins.SlackBuild index e220e55f7e..e6708dbc73 100644 --- a/development/mono-addins/mono-addins.SlackBuild +++ b/development/mono-addins/mono-addins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Mono.Addins -# Written by André Barboza <bmg.andre@gmail.com> +# Written by André Barboza <bmg.andre@gmail.com> # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: |